projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
c6c48eb
)
(read-key): Use read-key-auxiliary-map, not read-key-aux-map.
author
Noah Friedman
<friedman@splode.com>
Sun, 29 Sep 2002 18:37:43 +0000
(18:37 +0000)
committer
Noah Friedman
<friedman@splode.com>
Sun, 29 Sep 2002 18:37:43 +0000
(18:37 +0000)
lisp/subr.el
patch
|
blob
|
history
diff --git
a/lisp/subr.el
b/lisp/subr.el
index 8c7212e5ef19579fcf6a31f02eb735d914571e27..17d47e2d1b1c09d36d37c307702a0da5226573e5 100644
(file)
--- a/
lisp/subr.el
+++ b/
lisp/subr.el
@@
-1071,7
+1071,7
@@
Legitimate radix values are 8, 10 and 16."
"Read a key from the keyboard.
Contrary to `read-event' this will not return a raw event but will
obey `function-key-map' and `key-translation-map' instead."
- (let ((overriding-terminal-local-map read-key-aux-map))
+ (let ((overriding-terminal-local-map read-key-aux
iliary
-map))
(aref (read-key-sequence prompt nil t) 0)))
(defun read-quoted-char (&optional prompt)